home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2001 September
/
PCpro_2001_09.ISO
/
autodemo
/
personal_main.swf
/
scripts
/
DefineButton2_472
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-04-24
|
380 b
|
23 lines
on(release){
tellTarget("/section_title")
{
gotoAndStop("white_out");
play();
}
tellTarget("/question_space")
{
gotoAndStop("white_out");
play();
}
tellTarget("/go_white")
{
gotoAndStop("white");
play();
}
tellTarget("/exit_mov")
{
gotoAndStop("collaborative");
play();
}
}